Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update to Angular 15 #303

Merged
merged 2 commits into from
Mar 2, 2023

Conversation

JeanMeche
Copy link

This commit add the support for Angular v15 (with legacy components).

@daileytj daileytj changed the base branch from dev to feature/migrate-to-ng15 February 27, 2023 17:45
@JeffGreiner-eaton
Copy link
Collaborator

Hi all, started looking things over since the angular-themes alpha is in here. It might be better to develop against a running dev branch along side this feature branch or you can use this deployed version if it makes it easier.
https://blui-angular-showcase.web.app/templates/dashboard

this is just a quick overview of what I see, so I would check against everything because there are more that I didn't capture.

Some items I've noticed

  • focus & hover state colors on chips are slightly off on all variants, along with a couple of other items you'll see in the screen shots.

image

image

  • snackbar

image

  • button toggles

image

  • disabled accordion

image

@JeffGreiner-eaton
Copy link
Collaborator

just adding this warning I viewed in the terminal while starting the showcase..

image

@JeanMeche
Copy link
Author

Thx @JeffGreiner-eaton I'll have a look 👍

@JeffGreiner-eaton JeffGreiner-eaton added the brightlayer-ui Used to identify Brightlayer UI platform issues for easy filtering label Feb 28, 2023
Comment on lines -98 to +102
.blui-blue-dark {
$blui-blue-dark-primary: theme-bases.$blui-blue-dark-primary;
$blui-blue-dark-accent: theme-bases.$blui-blue-dark-accent;
$blui-blue-dark-warn: theme-bases.$blui-blue-dark-warn;
// .blui-blue-dark {
// $blui-blue-dark-primary: theme-bases.$blui-blue-dark-primary;
// $blui-blue-dark-accent: theme-bases.$blui-blue-dark-accent;
// $blui-blue-dark-warn: theme-bases.$blui-blue-dark-warn;

@include theme-bases.dark-theme($blui-blue-dark-primary, $blui-blue-dark-accent, $blui-blue-dark-warn);
}
// @include theme-bases.dark-theme($blui-blue-dark-primary, $blui-blue-dark-accent, $blui-blue-dark-warn);
// }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this something we can just remove?

@daileytj
Copy link
Contributor

daileytj commented Mar 1, 2023

@JeffGreiner-eaton @JeanMeche The style issues are all going to need to be fixed in the themes or component repos. I'd recommend getting this merged and then addressing these issues with follow up stories in the appropriate repos.

@daileytj daileytj merged commit 2cf7ea4 into etn-ccis:feature/migrate-to-ng15 Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
brightlayer-ui Used to identify Brightlayer UI platform issues for easy filtering
Development

Successfully merging this pull request may close these issues.

4 participants